home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 7 / atsend11.zip / ATSEND.DOC next >
Text File  |  1989-07-06  |  4KB  |  136 lines

  1.  
  2.                               ATSEND V1.1
  3.                            (Formerly AT.EXE)
  4.     By Joseph Sheppard, Sysop, The Ledge PCBoard - (818) 352-3620
  5.  
  6.  
  7. ───────────
  8. DESCRIPTION
  9. ───────────
  10.  
  11. ATSEND.EXE allows users to send commands to the modems connected to COM1: or
  12. COM2: from the DOS command prompt, or from batch files.
  13.  
  14. ATSEND.EXE does not need a DTR utility to make it work.  DTR is handled
  15. directly by ATSEND.
  16.  
  17. ATSEND.EXE is written with Turbo Pascal 5.5 using communication routines
  18. from Prokit, (c) Samuel Smith.
  19.  
  20. ────────────
  21. HOW IT WORKS
  22. ────────────
  23.  
  24. To send a command to the modem, the user runs ATSEND.EXE by typing AT at the
  25. DOS command prompt followed by the command to be sent to the modem, and
  26. the port the modem is connected to.
  27.  
  28. The default port is COM1, so if your modem is attached to COM1 then you
  29. don't need to specify a port.
  30.  
  31. If your modem is connected to COM2 then you will always need to follow
  32. the command to be sent with the number 2.
  33.  
  34. ────────
  35. EXAMPLES
  36. ────────
  37.  
  38. ATSEND H1               (Take modem connected to COM1 off the hook)
  39.  
  40. ATSEND H1M0 2           (Take modem connected to COM2 off hook and turn-off
  41.                         speaker)
  42.  
  43. ATSEND M1DT18183523620  (Tell modem connected to COM1 to dial
  44.                         1-818-352-3620)
  45.  
  46. ATSEND Z 2              (Perform a reset on the modem connected to COM2)
  47.  
  48.  
  49. ────
  50. USES
  51. ────
  52.  
  53. I wrote this as a utility to take my modem off the hook during BBS mail
  54. runs so that callers wouldn't ring the line during the event.  I'm sure
  55. there are other uses for it, and would be interested in hearing from
  56. users who find new ways to use this program.
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64. ───────
  65. SUPPORT
  66. ───────
  67.  
  68. The latest version of this program along with other software I have
  69. written are always available for download by first time callers to my
  70. BBS, The Ledge PCBoard, 818-352-3620 (1440-HST).  First time callers may
  71. download my programs on the first call when they use the "SUPPORT DOOR"
  72. which can be found by typing the word OPEN at the main menu.
  73.  
  74. Please report any problems, or suggestions to me at the following
  75. addresses:
  76.  
  77. US Mail:  Joseph Sheppard, PO Box 10, Tujunga, CA 91043-0010
  78.  
  79. The Ledge PCBoard: 818-352-3620 (1440 HST)
  80.  
  81. InterLink Echo Network: Shareware or USRModem conferences
  82.  
  83. Compuserve: 73175,623
  84.  
  85. GEnie: J.SHEPPARD
  86.  
  87. ────────────
  88. REGISTRATION
  89. ────────────
  90.  
  91. ATSEND.EXE is fully functional.  I do not release crippled or limited
  92. software.  You can support this method of distribution, and encourage it
  93. to continue by sending a shareware registration.  I will accept whatever you
  94. feel this program is worth to you, I would suggest $5.00.
  95.  
  96. Please send registrations in the form of a check payable to JOSEPH
  97. SHEPPARD to:
  98.  
  99.                 JOSEPH SHEPPARD
  100.                 ATSEND REGISTRATION
  101.                 PO BOX 10
  102.                 TUJUNGA, CA 91043-0010
  103.  
  104.  
  105.  
  106.  
  107. ───────────
  108. SOURCE CODE
  109. ───────────
  110.  
  111. Turbo Pascal 5.5 Source code is available to registered users for
  112. the asking.
  113.  
  114.  
  115. ───────
  116. WARNING
  117. ───────
  118.  
  119. I make no warranty of any kind, express or implied, including without
  120. limitation, any warranties of merchantability and/or fitness for a
  121. particular purpose.  I shall not be liable for any damages, whether
  122. direct, indirect, special or consequential arising from a failure of
  123. this program to operate in the manner desired by the user.  I shall
  124. not be liable for any damage to data or property which may be caused
  125. directly or indirectly by the use of this program.
  126.  
  127. IN NO EVENT WILL I BE LIABLE TO YOU FOR ANY DAMAGES, INCLUDING ANY
  128. LOST PROFITS, LOST SAVINGS OR OTHER INCIDENTAL OR CONSEQUENTIAL
  129. DAMAGES ARISING OUT OF YOUR USE OR INABILITY TO USE THE PROGRAM, OR
  130. FOR ANY CLAIM BY ANY OTHER PARTY.
  131.  
  132.  
  133.  
  134.  
  135.  
  136.